home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2007 September
/
PCWSEP07.iso
/
Software
/
Full
/
NetObjects Fusion 9 Standard
/
NOF9_Full_EN.exe
/
data1.cab
/
NFX_Components
/
NetObjects
/
descriptions.js
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-16
|
186 b
|
8 lines
function openModal (sUrl,nW,nH) {
window.showModalDialog(sUrl,'','dialogWidth:'+nW+'px; dialogHeight:'+nH+'px; status:0;');
}
function doTutorial(sUrl)
{
window.open(sUrl);
}